.container, .wrap {
    width: 1200px;
    margin: 0 auto;
}

.title {
  text-align: center;
  color: #484848; }
  .title .inner {
    display: inline-block; }
  .title h2 {
    padding: 0 48px;
    line-height: 1;
    border-left: 3px solid #484848;
    border-right: 3px solid #484848;
    font-weight: normal;
    font-size: 30px; display:block; width:220px; margin:0 auto;}
  .title span {
    display: block;
    margin-top: 5px;
    text-transform: uppercase;
    font-size: 18px;
    color: #9d9d9d; }
  .title .desc {
    margin-top: 16px;
    font-size: 14px;
    color: #9d9d9d; }

.culture {
  height: 760px;
  min-width:1200px;
  background: url("../images/culturebg.jpg") no-repeat top center #eee; }
  .culture .title {
    padding-top: 134px;
    color: #fff; }
    .culture .title h2 {
      border-color: #fff; }
    .culture .title span {
      color: #fff; }
    .culture .title .desc {
      margin-top: 14px;
      color: #fff; }
  .culture .block {
    margin-top: 60px;
    width: 862px;
    height: 470px;
    background: #e63521; }
    .culture .block ul {
      padding-top: 32px;
      padding-left: 32px;
      width: 1180px; }
    .culture .block li {
      position: relative;
      float: left;
      width: 292px;
      height: 203px;
      font-size: 14px;
      color: #fff;
      background: #e63521;
      overflow: hidden; }
      .culture .block li span {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 48px;
        line-height: 48px;
        text-align: center;
        background: #000;
        background: rgba(0, 0, 0, 0.8); }
      .culture .block li.col1 p {
        font-size: 16px;
        padding: 0 22px;
        line-height: 2em; }
      .culture .block li.col8 {
        background: url("../images/culturelogo.png") no-repeat center #e63521; }

.history {
  padding: 77px 0;
  background: #eee; min-width:1200px;}
  .history .expand {
    margin: 0 auto;
    margin-top: 13px;
    width: 186px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #e63521;
    font-size: 18px;
    color: #e63521;
    font-weight: bold;
    border-radius: 10px;
    cursor: pointer; }
    .history .expand .icon {
      margin-right: 10px;
      width: 26px;
      height: 26px;
      line-height: 30px;
      text-align: center;
      border-radius: 50%;
      background: #e63521;
      color: #fff;
      font-size: 26px;
      vertical-align: middle; }
    .history .expand.sq{ display:none;}
.timeline {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-top: 55px; height:300px; overflow:hidden; *background:url(../img/t.jpg) repeat-y center;}
  .timeline:before {
    content: "";
    width: 3px;
    height: 100%;
    background: #484848;
    left: 50%;
    top: 0;
    position: absolute; *display:none;}
  .timeline:after {
    content: "";
    clear: both;
    display: table;
    width: 100%; }
  .timeline .timeline-item {
    overflow: hidden;
    margin-bottom: 70px;
    position: relative; }
    .timeline .timeline-item .timeline-icon {
      width: 40px;
      height: 40px;
      position: absolute;
      top: 10px;
      left: 50%;
      margin-left: -20px;
      overflow: hidden;
      -webkit-border-radius: 20%;
      -moz-border-radius: 20%;
      border-radius: 40%;
      border: 2px solid #1048a0;
      background: #1048a0;
	 background:url(../images/lx.png) no-repeat center;
	  border:none;}
      .timeline .timeline-item .timeline-icon img {
        position: relative;
        top: 14px;
        left: 14px; }
    .timeline .timeline-item .timeline-content {
      float: left;
      width: 400px;
      background: #fff;
      overflow: hidden;
      padding: 30px 50px; *position:relative;}
      .timeline .timeline-item .timeline-content:before {
        content: '';
        position: absolute;
        left: 500px;
        top: 20px;
        width: 0;
        height: 0;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-left: 12px solid #fff; *display:none;}
      .timeline .timeline-item .timeline-content.right {
        float: right; }
		.timeline .timeline-item .timeline-content.right span{ display:none;position: absolute;
        left: -20px;
        top: 20px;
        width: 0;
        height: 0;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-left: 12px solid #fff; *display:block;}
		.timeline .timeline-item .timeline-content.left span{ display:none;position: absolute;
        right: -20px;
        top: 20px;
        width: 0;
        height: 0;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-left: 12px solid #fff; *display:block;}
      .timeline .timeline-item .timeline-content.right:before {
        content: '';
        right: 500px;
        left: inherit;
        border-left: 0;
        border-right: 12px solid #fff; }
      .timeline .timeline-item .timeline-content b {
        font-size: 18px; }
      .timeline .timeline-item .timeline-content strong {
        display: block;
        font-size: 28px; }
      .timeline .timeline-item .timeline-content p {
        margin-top: 14px;
        font-size: 14px;
        color: #434343;
        line-height: 1.5em; }
    .timeline .timeline-item .timeline-imgbox {
      float: left;
      width: 500px; }
      .timeline .timeline-item .timeline-imgbox .date {
        text-align: right;
        font-size: 18px;
        color: #e63521; }
        .timeline .timeline-item .timeline-imgbox .date .icon {
          font-size: 20px;
          vertical-align: middle; }
      .timeline .timeline-item .timeline-imgbox .img {
        margin-top: 10px;
        background: #fff;
        width: 500px;
        height: 238px; }
      .timeline .timeline-item .timeline-imgbox.right {
        float: right; }
        .timeline .timeline-item .timeline-imgbox.right .date {
          text-align: left; }
		  
		  
		        .timeline .timeline-content .text .date {
        text-align: left;
        font-size: 18px;
        color: #e63521; }
        .timeline .timeline-content .text .date .icon {
          font-size: 20px;
          vertical-align: middle; }
      .timeline .timeline-content .text .img {
        margin-top: 10px;
        background: #fff;
        width: 500px;
        height: 238px; }
      .timeline .timeline-content .text.right {
        float: right; }
        .timeline .timeline-content .text.right .date {
          text-align: left; }
		  

.story {
  padding: 94px 0; }
  .story .story-type {
    padding-right: 15px;
    text-align: right;
    font-size: 14px;
    color: #e63521; }
    .story .story-type .icon {
      font-size: 20px;
      vertical-align: middle; }
  .story .text {
    padding: 0 30px; }
    .story .text h3 {
      font-size: 28px;
      color: #060606;
      line-height: 1; }
    .story .text h4 {
      margin-top: 7px;
      font-size: 18px;
      color: #060606; }
    .story .text p {
      margin-top: 20px;
      font-size: 14px;
      color: #434343;
      line-height: 2em; }
  .story .block {
    margin-top: 76px;
    width: 1200px;
    height: 790px;
    position: relative;
    overflow: hidden; }
    .story .block .item1, .story .block .item2 {
      width: 288px;
      height: 788px;
      border: 1px solid #959595; }
    .story .block .item1 .img {
      width: 288px;
      height: 516px; }
    .story .block .item1 .story-type {
      margin-top: 10px;
      margin-bottom: 30px; }
    .story .block .item2 {
      position: absolute;
      left: 313px;
      top: 0; }
      .story .block .item2 .text {
        margin-top: 53px; }
      .story .block .item2 .story-type {
        margin-top: 14px;
        margin-bottom: 6px; }
    .story .block .item3 {
      position: absolute;
      right: 0;
      top: 0;
      width: 574px;
      height: 518px;
      border: 1px solid #959595; }
      .story .block .item3 .img {
        width: 574px;
        height: 242px; }
      .story .block .item3 .story-type {
        margin-top: 10px;
        margin-bottom: 30px; }
      .story .block .item3 .text h3 {
        text-align: center; }
      .story .block .item3 .text p {
        margin-top: 32px; }
    .story .block .item4 {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 576px;
      height: 244px; }
      .story .block .item4 .img {
        width: 276px;
        height: 242px;
        float: left; }
      .story .block .item4 .text {
        padding-top: 30px;
        padding-left: 314px; }
        .story .block .item4 .text p {
          margin-top: 10px; }
      .story .block .item4 .story-type {
        padding-top: 10px;
        padding-left: 314px;
        text-align: left; }

.sketch {
  padding-bottom: 130px; }
  .sketch .slider {
    margin-top: 67px;
    position: relative; }
    .sketch .slider .bd {
      padding-left: 23px;
      height: 230px;
      overflow: hidden; }
    .sketch .slider li {
      margin-right: 50px;
      float: left;
      width: 552px;
      height: 230px;
      background: #ccc;
      overflow: hidden; }
    .sketch .slider .prev, .sketch .slider .next {
      position: absolute;
      top: 83px;
      width: 40px;
      height: 65px;
      line-height: 65px;
      text-align: center;
      background: #e63521;
      cursor: pointer; }
      .sketch .slider .prev .icon, .sketch .slider .next .icon {
        font-size: 40px;
        color: #fff; }
    .sketch .slider .prev {
      left: 0; }
    .sketch .slider .next {
      right: 0; }

.l{float:left;}.r{float:right !important;}
.pr{position:relative;}.pa{position:absolute;}
.tc{text-align:center;}.tr{text-align:right;}.tl{text-align:left;}
.vm{vertical-align:middle;}.vt{vertical-align:top;}.vb{vertical-align:bottom;}
.db{display:block;}.dib{-moz-inline-stack:inline-block;display:inline-block;*display:inline;*zoom:1;}
.fix{*zoom:1;}.fix:before,.fix:after{content:"";display:table;}.fix:after{clear:both;}
.el,.art_link a{text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.oh{overflow:hidden;*zoom:1;}
.mh{height:auto !important;height:464px;min-height:464px;}
.btn{cursor:pointer;}
.hidetext{font:0/0 a;letter-spacing:-9px;}
.cir{display:inline-block;width:0;height:0;overflow:hidden;}
.bor1{border:1px solid #ddd;}
.bor1_b{border-bottom:1px solid #ddd;}
.bor1_b_s{border-bottom:1px dotted #ababab;}
.red{color:#e60013 !important;}
.grey{background:#ededed!important;}
.p20{padding:20px;}.plr15{padding-left:15px;padding-right:15px;}
.mt10{margin-top:10px;}.mt20{margin-top:20px;}.mt30{margin-top:30px;}
.plr25 { padding-left:25px; padding-right:25px;}
.pb25 { padding-bottom:25px;}
.pb35 { padding-bottom:35px;}
.mb20 { margin-bottom:20px;}
.lh2{line-height:2;}
.w680 { width:680px;}
.w220 { width:220px;}
.line { width:1px; height:14px; background:url(../images/ico.png) -99px -64px no-repeat; display:inline-block; overflow:hidden; margin:0px 12px; vertical-align:middle;}
.bwhite{background:#fff;}
.hide { display:none;}
.slide { position: relative; width:100%;}
.ban_c { display:none;position: absolute; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; }
.ban_c img { width: 100%; height: 100%; }
.ban_t { position: absolute; left: 0; bottom: 0; width: 100%; padding: 4px 0; text-indent: 10px; white-space: nowrap; overflow: hidden; color: #fff; background: rgba(0,0,0,.5);filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#88000000,endcolorstr=#88000000); z-index: 3; }
.ban_nav { position: absolute; bottom: 0; left: 0; width: 100%; text-align: right; z-index: 4; }
.ban_nav a { display: inline-block; vertical-align: middle; width: 14px; height: 14px; line-height: 14px; overflow: hidden; text-align: center; margin-right: 8px; cursor: pointer; text-decoration: none; font-size: 10px; -webkit-text-size-adjust: none; background: #ccc; }
.ban_nav .on { background: #f90; color: #fff; }
.Left,.Right { cursor: pointer; }
.ldgh{padding:40px 0 20px;width: 1200px; margin: 0 auto;}
.ldgh_slide{height:336px;}
.ldgh_slide .ban_c{width:550px;}
.ldgh_slide .ban_c p{height:36px;line-height:3;overflow:hidden;width:90%; font-size:16px;}
.ldgh_slide .more{color:#e60013;background:url(../images/cir.gif) right 4px no-repeat;padding-right:1em;}
.nav_wrap{right:40px;top:0;width:615px;height:336px;overflow:hidden; text-align: left;}
.ldgh_slide .ban_nav{position:relative;bottom:auto;top:0;}
.ldgh_slide .ban_nav a{display:block;width:100%;height:31px;background:none;color:#333;}
.ldgh_slide .ban_nav span.title,.ldgh_slide .ban_nav span.time{height:31px;line-height:31px; float: right;font-size:14px;overflow:hidden;}
.ldgh_slide .ban_nav span.title{ width: 76%;text-align:left;}
.ldgh_slide .ban_nav span.time{ width: 22%; color:#555;}
.ldgh_slide .ban_nav .on{background:none;color:#666;}
.ldgh_slide .ban_nav .on span{color:#e60013;}
.ldgh_slide .icon{ font-size: 22px; line-height: 20px; width: 20px; }
.ldgh_slide a.Left,.ldgh_slide a.Right{position:absolute;width:20px;height:20px;bottom:10px; text-align:center;}
.ldgh_slide a.Left{left:495px; background:#666; color: #fff;}
.ldgh_slide a.Left:hover{background:#f00;}
.ldgh_slide a.Right{left:520px;background:#f00; color: #fff;}
.ldghbg{ background: #eee; padding-top: 80px; min-width:1200px;}
.ldgh_slide .scroll_bar{width:9px;background:url(../images/scrollbar.gif) -9px 0 repeat-y;}
.ldgh_slide .scroll_slider{background:url(../images/scrollbar.gif) -18px 0 repeat-y;height:60px;}
.ldgh_slide .scroll_up,.ldgh_slide .scroll_down{background:url(../images/scrollbar.gif);height:9px;}
.scroll_bar{position:absolute;height:100%;top:0;right:0;overflow:hidden;z-index:8;background:#eee;cursor:default;}
.scroll_up,.scroll_down{position:absolute;left:0;background:#333;overflow:hidden;*zoom:1;}
.scroll_up{top:0;}
.scroll_down{bottom:0;}
.scroll_up_on,.scroll_down_on{background:#ccc;}
.scroll_slider{position:absolute;left:0;background:#fff;cursor:default;}
.scroll_slider_on{background:#ccc;}
.translated-ltr .story .text h3{font-size: 20px;}
.translated-ltr .story .text h4{font-size:16px;}
.translated-ltr .story .text p{font-size: 12px; margin-top: 10px; line-height: 20px; height: 120px; overflow: hidden;}
